fix(db-postgres): reordering of enum values, bump drizzle-kit@0.31.0 and drizzle-orm@0.43.1#12256
fix(db-postgres): reordering of enum values, bump drizzle-kit@0.31.0 and drizzle-orm@0.43.1#12256DanRibbens merged 7 commits intomainfrom
drizzle-kit@0.31.0 and drizzle-orm@0.43.1#12256Conversation
DanRibbens
left a comment
There was a problem hiding this comment.
If all the tests pass, we can merge this. I've tested on other minor versions from drizzle recently and didn't come across any issues. It seems they are doing a good job not introducing breaking changes.
DanRibbens
left a comment
There was a problem hiding this comment.
After reviewing the failed tests. It looks like there are some differences this time around.
DanRibbens
left a comment
There was a problem hiding this comment.
Nice work on the quick fix!
…` and `drizzle-orm@0.43.1`
DanRibbens
left a comment
There was a problem hiding this comment.
If these tests pass, then I think we can force merge after we adjust the variable name to get the release out.
| "dotenv": "16.4.7", | ||
| "drizzle-kit": "0.28.0", | ||
| "drizzle-kit": "0.31.0", | ||
| "drizzle-orm": "0.43.1", |
There was a problem hiding this comment.
Interesting that this was not here before.
| // Error Handling | ||
| // ////////////////////////////////// | ||
| } catch (error) { | ||
| } catch (catchedError) { |
There was a problem hiding this comment.
caughtError is what I would go with here.
|
🚀 This is included in version v3.43.0 |
Fixes the issue when reordering select field options in postgres by bumping
drizzle-kitanddrizzle-orm, related PR drizzle-team/drizzle-orm#4330fixes #8544